home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00073_Main control script.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  135 b   |  13 lines

  1. on enterFrame
  2.   global gQT
  3.   if gQT = 1 then
  4.     go(the frame + 1)
  5.   else
  6.     nothing()
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.